Management API

Base Resource URL:

     https://[server-name]/api/v01/customers/[customer-id]/[payment-options]/[payment-option-id]

Description:

Provides access to configuration settings for the specified payment option.

Supported Actions:

load  
Method:  GET       Implicit:  Yes       Returns:  PaymentOption *      
Consumes:  xurl  Produces:  json, xml 
 
Returns configuration settings for the specified payment option.


modify  
Method:  POST       Implicit:  Yes       Returns:  PaymentOption *      
Consumes:  json, xml  Produces:  json, xml 
 
Updates the selected payment option with the specified values.

Parameters:
# Name Type Required Default Description
01 object PaymentOption * Yes Payment option information associated with the merchant.


process  
Method:  POST       Implicit:  No       Returns:  Transaction *      
Consumes:  json, xml  Produces:  json, xml 
 
Creates and processes a transaction based on the specified payment option.

Parameters:
# Name Type Required Default Description
01 object ProcessingRequest * Yes Represents information included in processing request sent to a processor.